runtime.mspan.specialFindSplicePoint (method)
8 uses
runtime (current package)
mcleanup.go#L157: iter, exists := span.specialFindSplicePoint(offset, _KindSpecialCleanup)
mheap.go#L1889: iter, exists := span.specialFindSplicePoint(offset, kind)
mheap.go#L1926: iter, exists := span.specialFindSplicePoint(offset, kind)
mheap.go#L1943: func (span *mspan) specialFindSplicePoint(offset uintptr, kind byte) (**special, bool) {
mheap.go#L2287: iter, exists := span.specialFindSplicePoint(offset, _KindSpecialWeakHandle)
pinner.go#L328: ref, exists := span.specialFindSplicePoint(offset, _KindSpecialPinCounter)
pinner.go#L348: ref, exists := span.specialFindSplicePoint(offset, _KindSpecialPinCounter)
pinner.go#L371: t, exists := span.specialFindSplicePoint(offset, _KindSpecialPinCounter)